activation email template broken in edgerails
Reported by Lewis Hoffman | August 13th, 2008 @ 11:08 AM
In rails 2.2, the activation email on account creation seems not to use the template, but instead is just the available variables crammed together. the attachment is an rspec test which I placed under spec/controllers. it passes in rails 2.1, fails in rails 2.2.
Comments and changes to this ticket
-
Lewis Hoffman August 13th, 2008 @ 11:08 AM
Since I need rails 2.2 for the i18n on a current project, I'm gonna dig in and see if I can figure out a solution.
-
Lewis Hoffman August 13th, 2008 @ 11:20 AM
Source of the problem is this change in rails: http://github.com/rails/rails/co...
so it's not a restful auth bug, can close this ticket.
-
Lewis Hoffman August 13th, 2008 @ 11:53 AM
I worked around this by changing the template from .../signup_notification.html.erb to .../signup_notification.erb
might want to consider changing this in the generator
-
mrflip August 14th, 2008 @ 12:24 PM
- State changed from new to open
Cool, I'll make that update. Thanks for doing the legwork!
-
mrflip August 26th, 2008 @ 01:39 PM
- State changed from open to resolved
- Tag changed from bug to bug, email_validation, views
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Restful Authentication Generator
This widely-used plugin provides a foundation for securely managing user
authentication:
* Login / logout
* Secure password handling
* Account activation by validating email
* Account approval / disabling by admin
* Rudimentary hooks for authorization and access control.
http://github.com/technoweenie/restful-authentication/tree